Autogenerated HTML docs for v1.7.7-290-gc9e7aa 
diff --git a/git-grep.html b/git-grep.html index 26f12d4..546e6bb 100644 --- a/git-grep.html +++ b/git-grep.html 
@@ -597,7 +597,7 @@  [-A &lt;post-context&gt;] [-B &lt;pre-context&gt;] [-C &lt;context&gt;]   [-f &lt;file&gt;] [-e] &lt;pattern&gt;   [--and|--or|--not|(|)|-e &lt;pattern&gt;&#8230;]  - [--cached | --no-index | &lt;tree&gt;&#8230;]  + [ [--exclude-standard] [--cached | --no-index | --untracked] | &lt;tree&gt;&#8230;]   [--] [&lt;pathspec&gt;&#8230;]</div>   <div class="verseblock-attribution">   </div></div>  @@ -645,7 +645,35 @@  </dt>   <dd>   <p>  - Search files in the current directory, not just those tracked by git.  + Search files in the current directory that is not managed by git.  +</p>  +</dd>  +<dt class="hdlist1">  +--untracked  +</dt>  +<dd>  +<p>  + In addition to searching in the tracked files in the working  + tree, search also in untracked files.  +</p>  +</dd>  +<dt class="hdlist1">  +--no-exclude-standard  +</dt>  +<dd>  +<p>  + Also search in ignored files by not honoring the <tt>.gitignore</tt>  + mechanism. Only useful with <tt>--untracked</tt>.  +</p>  +</dd>  +<dt class="hdlist1">  +--exclude-standard  +</dt>  +<dd>  +<p>  + Do not pay attention to ignored files specified via the <tt>.gitignore</tt>  + mechanism. Only useful when searching files in the current directory  + with <tt>--no-index</tt>.   </p>   </dd>   <dt class="hdlist1">  @@ -1086,7 +1114,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-09-21 23:01:14 PDT  +Last updated 2011-10-13 22:57:58 PDT   </div>   </div>   </body>